home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / RLaB 1.15c / help / plhold < prev    next >
Encoding:
Text File  |  1994-05-12  |  651 b   |  21 lines  |  [TEXT/RLAB]

  1. plhold:
  2.  
  3. Synopsis: 2-Dimensional incremental plotting.
  4.  
  5. Syntax: plhold ( A )
  6.  
  7. Description:
  8.  
  9.     Plhold can be used to incrementally create a 2-dimensional
  10.     plot. This can be useful to display data/results while an
  11.     analysis is in progres for monitoring purposes. After the plot
  12.     is finished plhold_off() must be used to reset the plot-object
  13.     attributes, and advance the "page" for the next plot.
  14.  
  15.     Note that if the plot line-style is set to "point", then
  16.     plhold can be given a single point to plot. If the plot
  17.     line-style is set to "line", then plhold must be called with
  18.     at least two points in order to draw something visible.
  19.  
  20. See Also: plhold_off
  21.